projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d629152
)
net: ravb: Add R8A77990 E3 compatible
author
Marek Vasut
<
[email protected]
>
Thu, 26 Apr 2018 11:20:10 +0000
(13:20 +0200)
committer
Marek Vasut
<
[email protected]
>
Fri, 1 Jun 2018 07:47:02 +0000
(09:47 +0200)
Add new compatible to the Ethernet AVB driver for R8A77990 E3 SoC.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Joe Hershberger <
[email protected]
>
Cc: Nobuhiro Iwamatsu <
[email protected]
>
drivers/net/ravb.c
patch
|
blob
|
history
diff --git
a/drivers/net/ravb.c
b/drivers/net/ravb.c
index 3392e5854d752f805f716a62cf5841968a63ee14..999894f0f6d5806beb7bf41ea4a8381093816a7e 100644
(file)
--- a/
drivers/net/ravb.c
+++ b/
drivers/net/ravb.c
@@
-659,6
+659,7
@@
static const struct udevice_id ravb_ids[] = {
{ .compatible = "renesas,etheravb-r8a7796" },
{ .compatible = "renesas,etheravb-r8a77965" },
{ .compatible = "renesas,etheravb-r8a77970" },
+ { .compatible = "renesas,etheravb-r8a77990" },
{ .compatible = "renesas,etheravb-r8a77995" },
{ .compatible = "renesas,etheravb-rcar-gen3" },
{ }